runtime.gclinkptr.ptr (method)
15 uses
runtime (current package)
mcache.go#L73: func (p gclinkptr) ptr() *gclink {
stack.go#L206: if s.manualFreeList.ptr() != nil {
stack.go#L213: x.ptr().next = s.manualFreeList
stack.go#L219: if x.ptr() == nil {
stack.go#L222: s.manualFreeList = x.ptr().next
stack.go#L224: if s.manualFreeList.ptr() == nil {
stack.go#L237: if s.manualFreeList.ptr() == nil {
stack.go#L241: x.ptr().next = s.manualFreeList
stack.go#L283: x.ptr().next = list
stack.go#L301: y := x.ptr().next
stack.go#L319: for x.ptr() != nil {
stack.go#L320: y := x.ptr().next
stack.go#L383: if x.ptr() == nil {
stack.go#L387: c.stackcache[order].list = x.ptr().next
stack.go#L484: x.ptr().next = c.stackcache[order].list
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |